Skip to content

feat(web): Add workflow page types for integrated editor views#92

Open
dkrevitt wants to merge 2 commits intomainfrom
claude/add-workflow-page-types-XfpOJ
Open

feat(web): Add workflow page types for integrated editor views#92
dkrevitt wants to merge 2 commits intomainfrom
claude/add-workflow-page-types-XfpOJ

Conversation

@dkrevitt
Copy link
Collaborator

Add four new panel types that open from workflow steps in the Workflows
tab: data tables (editable, with seed data re-run support), image
viewer (zoom/rotate/annotate), motion canvas (timeline/playback), and
video editor (trim/cut). Workflow definitions declare pages in YAML/TOML
frontmatter with type, step association, and type-specific config.

Backend: PageConfig/ColumnConfig models in parser, API endpoints for
page data CRUD, registry helpers for page lookup by workflow ID.

Frontend: DataTablePanel, ImageViewerPanel, MotionCanvasPanel,
VideoEditorPanel registered in dockview, wired through WorkflowRow
step nodes with type-specific icons and open-on-click behavior.

https://claude.ai/code/session_016p3y4FpBYpbKsoABaeG4ft

Add agent-as-editor panels, intent dispatch, and shared components
for workflow page types on the kurt-simplification branch base.

Backend:
- parser.py: Add PageConfig, ColumnConfig, SceneConfig, TransitionConfig
  models with pages parsing in TOML/MD workflows and validation
- registry.py: Add find_definition_by_workflow_id(), get_page_config(),
  get_definition_for_workflow() helpers using DoltDB
- routes/pages.py: New route module with page data, edit dispatch,
  asset manifest endpoints
- routes/files.py: Add /api/file/raw endpoint for media file serving
- intent_dispatch.py: Intent-to-prompt conversion for agent editing

Frontend:
- DataTablePanel: Editable spreadsheet with seed data support
- ImageViewerPanel: Image viewer with zoom and intent toolbar
- MotionCanvasPanel: MC rendered output viewer with transport controls
- VideoEditorPanel: Video player with trim/cut and intent dispatch
- VideoSequencePanel: Multi-scene composition timeline
- IntentToolbar: Shared intent capture (add text, shape, move, resize)
- ShapePicker: SVG shape library browser
- TextOverlayPopover: Text/font/color input for text intents
- useFileWatch: Hook for polling file mtime changes
- WorkflowRow: Page buttons with icons for each page type
- App.jsx: PAGE_TYPE_TO_COMPONENT mapping and openWorkflowPage callback
- styles.css: Complete CSS for all panels using design token system

Docs:
- CLAUDE.md: Workflow Pages section with architecture, page types,
  API endpoints, and asset configuration

https://claude.ai/code/session_016p3y4FpBYpbKsoABaeG4ft
@dkrevitt dkrevitt force-pushed the claude/add-workflow-page-types-XfpOJ branch from c29c2cf to 80df0b7 Compare January 31, 2026 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants